Skip to content

Commit

Permalink
edit Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caimeng committed Jun 6, 2019
1 parent d7588e9 commit 0e281b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install -y wget git bash build-essential libgl1-mesa-glx
COPY install.sh ./

# ./install.sh --quiet --deps-only
RUN chmod +x install.sh && ./install.sh -q -n -d
RUN chmod +x install.sh && bash ./install.sh -q -n -d

COPY requirements.txt ./

Expand Down

0 comments on commit 0e281b5

Please sign in to comment.