Skip to content

Commit

Permalink
fix: #10-fix-contanier
Browse files Browse the repository at this point in the history
  • Loading branch information
soeque1 committed Feb 13, 2021
1 parent 6c87840 commit 0b32246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04

# Install stand basic dependencies
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive && \
apt-get -y install --only-upgrade bash && \
apt-get -y install software-properties-common && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
Expand All @@ -20,7 +21,7 @@ RUN apt-get update && \
./configure && \
make altinstall

RUN ln -s /usr/local/bin/python3.7 /usr/bin/python
RUN ln -s /usr/local/bin/python3.7.7 /usr/bin/python
RUN wget https://bootstrap.pypa.io/get-pip.py && \
python get-pip.py

Expand Down

0 comments on commit 0b32246

Please sign in to comment.