dnj0 commited on
Commit
8d8022d
·
verified ·
1 Parent(s): 8a14f9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -2,9 +2,9 @@ FROM python:3.13.5-slim
2
 
3
  WORKDIR /app
4
 
5
- ENV HF_HOME="./hf_cache"
6
- ENV TRANSFORMERS_CACHE="./hf_cache"
7
- ENV NLTK_DATA="./nltk_data"
8
 
9
  RUN apt-get update && apt-get install -y \
10
  build-essential \
 
2
 
3
  WORKDIR /app
4
 
5
+ #ENV HF_HOME="./hf_cache"
6
+ #ENV TRANSFORMERS_CACHE="./hf_cache"
7
+ #ENV NLTK_DATA="./nltk_data"
8
 
9
  RUN apt-get update && apt-get install -y \
10
  build-essential \