Spaces:
Running
on
T4
Running
on
T4
docker image updated
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ RUN apt-get update && \
|
|
| 13 |
# Copy the requirements file and install dependencies
|
| 14 |
COPY ./requirements.txt /code/requirements.txt
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Create the Hugging Face cache directory, set permissions, and create a non-root user
|
| 18 |
RUN mkdir -p /.cache/huggingface/hub && \
|
|
|
|
| 13 |
# Copy the requirements file and install dependencies
|
| 14 |
COPY ./requirements.txt /code/requirements.txt
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 16 |
+
RUN pip install --upgrade huggingface_hub datasets
|
| 17 |
+
|
| 18 |
|
| 19 |
# Create the Hugging Face cache directory, set permissions, and create a non-root user
|
| 20 |
RUN mkdir -p /.cache/huggingface/hub && \
|