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