Skip to content

Commit

Permalink
change docker layer order
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLisin committed Nov 29, 2023
1 parent 578c09b commit c1a54a2
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 @@ -56,12 +56,12 @@ RUN pip install nvidia-ml-py==12.535.77
############### copy code ###############
#COPY supervisely_lib /workdir/supervisely_lib
RUN pip install httpx
RUN pip install filelock==3.13.1
RUN pip install requests-toolbelt>=1.0.0

RUN pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f https://download.pytorch.org/whl/torch_stable.html

RUN pip install supervisely==6.72.203
RUN pip install filelock==3.13.1
# for development
# RUN pip install git+https://github.com/supervisely/supervisely.git@dev-branch

Expand Down

0 comments on commit c1a54a2

Please sign in to comment.