Skip to content

Commit

Permalink
Fix formatting of Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vithursan Thangarasa authored and Vithursan Thangarasa committed Mar 13, 2018
1 parent c704bc2 commit e1bb100
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
python get-pip.py && \
rm get-pip.py

RUN \
pip install -U numpy \
jupyter \
matplotlib \
seaborn \
pandas \
tqdm \
pillow \
setuptools \
sklearn \
scipy \
visdom

# Install Python dependencies
RUN pip install -U \
numpy \
matplotlib \
seaborn \
pandas \
tqdm \
pillow \
setuptools \
sklearn \
scipy \
visdom

# Install PyTorch
RUN pip install http://download.pytorch.org/whl/cu90/torch-0.3.1-cp27-cp27mu-linux_x86_64.whl
RUN pip install torchvision

Expand Down

0 comments on commit e1bb100

Please sign in to comment.