Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
also updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tbepler committed Aug 31, 2018
1 parent 6e3cde7 commit 70b859b
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 @@ -19,7 +19,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
/opt/conda/bin/conda clean -ya

ENV PATH /opt/conda/envs/$NAME/bin:$PATH
RUN conda install --name $NAME -c soumith pytorch torchvision cuda80
RUN conda install --name $NAME -c soumith pytorch=0.2.0 torchvision cuda80

# setup topaz install directory
WORKDIR /opt/topaz
Expand Down

0 comments on commit 70b859b

Please sign in to comment.