Commit ·
9bd7431
1
Parent(s): 4d93b62
Add .whl and punkt.zip with LFS
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -31,6 +31,8 @@ COPY --chown=user . /ModerationModelCode
|
|
| 31 |
|
| 32 |
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 \
|
|
|
|
| 31 |
|
| 32 |
WORKDIR /ModerationModelCode
|
| 33 |
|
| 34 |
+
RUN pip install --no-cache-dir \
|
| 35 |
+
presidio-analyzer==2.2.355
|
| 36 |
# Install dependencies from Hugging Face / pip
|
| 37 |
#RUN pip install --no-cache-dir \
|
| 38 |
## torch==2.2.0 torchvision==0.17.0 --index-url https://download.pytorch.org/whl/cpu \
|