Commit ·
4d93b62
1
Parent(s): 89ac07b
Add .whl and punkt.zip with LFS
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ WORKDIR /ModerationModelCode
|
|
| 33 |
|
| 34 |
# Install dependencies from Hugging Face / pip
|
| 35 |
#RUN pip install --no-cache-dir \
|
| 36 |
-
# torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu \
|
| 37 |
## transformers==4.48.0 diffusers==0.27.2
|
| 38 |
|
| 39 |
# Install .whl files directly from Hugging Face (replace URLs with actual repo/raw links)
|
|
|
|
| 33 |
|
| 34 |
# Install dependencies from Hugging Face / pip
|
| 35 |
#RUN pip install --no-cache-dir \
|
| 36 |
+
## torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu \
|
| 37 |
## transformers==4.48.0 diffusers==0.27.2
|
| 38 |
|
| 39 |
# Install .whl files directly from Hugging Face (replace URLs with actual repo/raw links)
|