Skip to content

Commit

Permalink
update pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
iaross committed Mar 7, 2023
1 parent e239517 commit 9cdbf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/cosmos.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.4.2-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04

RUN apt-get update
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN DEBIAN_FRONTEND="noninteractive" TZ=America/New_York apt-get install -y pyth

RUN rm -rf /var/lib/apt/lists/*

RUN python3.8 -m pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
RUN python3.8 -m pip install torch torchvision

# Need this first for opencv
RUN python3.8 -m pip install scikit-build
Expand Down

0 comments on commit 9cdbf07

Please sign in to comment.