Skip to content

Commit

Permalink
Install magma in cuda 9 docker (pytorch#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngimel authored and soumith committed Nov 3, 2017
1 parent 42de0df commit 13fde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile9
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-la
/opt/conda/bin/conda create -y --name pytorch-py$PYTHON_VERSION python=$PYTHON_VERSION numpy pyyaml scipy ipython mkl&& \
/opt/conda/bin/conda clean -ya
ENV PATH /opt/conda/envs/pytorch-py$PYTHON_VERSION/bin:$PATH
#RUN conda install --name pytorch-py$PYTHON_VERSION -c soumith magma-cuda80
RUN conda install --name pytorch-py$PYTHON_VERSION -c soumith magma-cuda90
# This must be done before pip so that requirements.txt is available
WORKDIR /opt/pytorch
COPY . .
Expand Down

0 comments on commit 13fde88

Please sign in to comment.