Skip to content

Commit d6c1b9c

Browse files
authored
Let's see what happens if we take out the weird entrypoint
1 parent 3d35026 commit d6c1b9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ WORKDIR /pyhpc-tutorial/notebooks
77
RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.txt \
88
&& git config --unset-all "http.https://github.com/.extraheader" || { code=$?; [ "$code" = 5 ] || exit "$code"; } \
99
&& git config --global --add safe.directory "/pyhpc-tutorial"
10-
11-
ENTRYPOINT git pull && /bin/bash

0 commit comments

Comments
 (0)