arnabg95 commited on
Commit
242ea72
·
1 Parent(s): 8066487

docker image updated

Browse files
Files changed (1) hide show
  1. 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 && \