mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Typo in Dockerfile
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/75165 Approved by: https://github.com/seemethere
This commit is contained in:
parent
9429dbb434
commit
0765a80491
|
|
@ -32,7 +32,7 @@ RUN curl -fsSL -v -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Mini
|
||||||
chmod +x ~/miniconda.sh && \
|
chmod +x ~/miniconda.sh && \
|
||||||
~/miniconda.sh -b -p /opt/conda && \
|
~/miniconda.sh -b -p /opt/conda && \
|
||||||
rm ~/miniconda.sh && \
|
rm ~/miniconda.sh && \
|
||||||
/opt/conda/bin/conda install -y python=${PYTHON_VERSION} conda-build pyyaml numpy ipython&& \
|
/opt/conda/bin/conda install -y python=${PYTHON_VERSION} conda-build pyyaml numpy ipython && \
|
||||||
/opt/conda/bin/conda clean -ya
|
/opt/conda/bin/conda clean -ya
|
||||||
|
|
||||||
FROM dev-base as submodule-update
|
FROM dev-base as submodule-update
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user