Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Nov 4, 2019
1 parent 7bae5a6 commit cfd3e02
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 @@ -22,7 +22,7 @@ RUN wget --quiet https://repo.anaconda.com/archive/Anaconda3-5.3.0-Linux-x86_64.
RUN conda install -y tensorflow-gpu=2.0.0 && conda clean -y -a

# Make jupyter lab working directory
RUN make -p /jupyter-lab && chmod 777 /jupyter-lab
RUN makedir -p /jupyter-lab && chmod 777 /jupyter-lab

# Install tini (tiny init)
RUN apt-get install -y curl grep sed dpkg && \
Expand Down

0 comments on commit cfd3e02

Please sign in to comment.