yashxx07 commited on
Commit
bf71041
·
verified ·
1 Parent(s): 43e8e4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,10 +14,10 @@ RUN --mount=type=secret,id=huggingface_token,mode=0444,required=true \
14
  git remote add origin $(cat /run/secrets/huggingface_token)
15
 
16
  # Set the TRANSFORMERS_CACHE environment variable
17
- ENV TRANSFORMERS_CACHE=/tmp/.cache/huggingface
18
 
19
  # Create the cache folder with appropriate permissions
20
- RUN mkdir -p $TRANSFORMERS_CACHE && chmod -R 777 $TRANSFORMERS_CACHE
21
 
22
 
23
  COPY ./requirements.txt /code/requirements.txt
 
14
  git remote add origin $(cat /run/secrets/huggingface_token)
15
 
16
  # Set the TRANSFORMERS_CACHE environment variable
17
+ #ENV TRANSFORMERS_CACHE=/tmp/.cache/huggingface
18
 
19
  # Create the cache folder with appropriate permissions
20
+ #RUN mkdir -p $TRANSFORMERS_CACHE && chmod -R 777 $TRANSFORMERS_CACHE
21
 
22
 
23
  COPY ./requirements.txt /code/requirements.txt