Skip to content

Commit 21de72d

Browse files
committed
shell script
1 parent 96b0663 commit 21de72d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
2+
23
DIR="$( cd "$( dirname "$0" )" && pwd )"
34

45
# build python docker environment
5-
docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .
6+
docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .

0 commit comments

Comments
 (0)