Skip to content

Commit

Permalink
Morefixes to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chirvo committed May 6, 2023
1 parent 8d1b8cd commit 5183af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/pytorch2.0_gfx1100.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN wget -nv https://github.com/pytorch/pytorch/releases/download/v2.0.0/pytorch
&& cd ..
RUN wget -nv https://github.com/pytorch/vision/archive/refs/tags/v0.15.1.tar.gz \
&& tar zxf v0.15.1.tar.gz \
&& pip install -r requirements.txt \
&& python3 tools/amd_build/build_amd.py \
&& python3 setup.py install
&& cd vision-0.15.1 \
&& python3 setup.py install \
&& cd ..

WORKDIR /
# RUN rm -r /srv/src
Expand Down

0 comments on commit 5183af3

Please sign in to comment.