We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b0663 commit 21de72dCopy full SHA for 21de72d
init_env.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
+
3
DIR="$( cd "$( dirname "$0" )" && pwd )"
4
5
# build python docker environment
-docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .
6
+docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .
0 commit comments