perler commited on
Commit
881f9d6
1 Parent(s): 33fff86

maybe this?

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
41
  pyenv rehash && \
42
  pip install --no-cache-dir -U pip setuptools wheel
43
 
44
- RUN pip install --no-cache-dir -U torch==2.1.1+cu121 torchvision=0.16+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
45
  COPY --chown=1000 requirements.txt /tmp
46
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
47
  RUN pip install --no-cache-dir -U kaolin==0.15.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.1_cu121.html
 
41
  pyenv rehash && \
42
  pip install --no-cache-dir -U pip setuptools wheel
43
 
44
+ RUN pip install --no-cache-dir -U torch==2.1.1+cu121 torchvision>=0.16+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
45
  COPY --chown=1000 requirements.txt /tmp
46
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
47
  RUN pip install --no-cache-dir -U kaolin==0.15.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.1.1_cu121.html
requirements.txt CHANGED
@@ -9,7 +9,7 @@ ninja==1.11.1
9
  opencv-python-headless==4.7.0.72
10
  pyrallis==0.3.1
11
  torch==2.1.1
12
- torchvision=0.16
13
  tqdm==4.65.0
14
  transformers==4.29.1
15
  trimesh==3.21.6
 
9
  opencv-python-headless==4.7.0.72
10
  pyrallis==0.3.1
11
  torch==2.1.1
12
+ torchvision>=0.16
13
  tqdm==4.65.0
14
  transformers==4.29.1
15
  trimesh==3.21.6