soiz1 commited on
Commit
645915f
·
verified ·
1 Parent(s): 16b47ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM ubuntu:22.04
4
  RUN apt-get update && apt-get install -y \
5
  git wget python3 python3-pip && \
6
  apt-get clean && rm -rf /var/lib/apt/lists/*
7
- RUN pip install torch==2.3.1 torchvision==0.18.1 --extra-index-url
8
  # Pythonのデフォルト実行ファイルをpython3に変更
9
  RUN ln -s /usr/bin/python3 /usr/bin/python
10
 
 
4
  RUN apt-get update && apt-get install -y \
5
  git wget python3 python3-pip && \
6
  apt-get clean && rm -rf /var/lib/apt/lists/*
7
+ RUN pip install torch==2.3.1 torchvision==0.18.1
8
  # Pythonのデフォルト実行ファイルをpython3に変更
9
  RUN ln -s /usr/bin/python3 /usr/bin/python
10