Commit ·
ce9ec1e
1
Parent(s): 82c441d
refactor: Remove unnecessary comment about GPU version in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ RUN set -e && \
|
|
| 29 |
RUN pip install --upgrade pip
|
| 30 |
|
| 31 |
# 大きなパッケージを段階的にインストール
|
| 32 |
-
# PyTorch関連のパッケージを先にインストール
|
| 33 |
RUN pip install --timeout 600 --retries 5 torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 34 |
|
| 35 |
# 残りの依存関係をインストール
|
|
|
|
| 29 |
RUN pip install --upgrade pip
|
| 30 |
|
| 31 |
# 大きなパッケージを段階的にインストール
|
| 32 |
+
# PyTorch関連のパッケージを先にインストール
|
| 33 |
RUN pip install --timeout 600 --retries 5 torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
| 34 |
|
| 35 |
# 残りの依存関係をインストール
|