MarfinF commited on
Commit
04c0c32
·
1 Parent(s): 58ea9d8

- restart server

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  RUN pip install -U transformers accelerate peft huggingface_hub
8
  RUN pip install 'uvicorn[standard]'
9
- # Set environment variable untuk cache model & tokenizers
10
  ENV TRANSFORMERS_CACHE=/app/cache
11
  ENV HF_HOME=/app/hf_cache
12
  RUN mkdir -p /app/cache /app/hf_cache
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  RUN pip install -U transformers accelerate peft huggingface_hub
8
  RUN pip install 'uvicorn[standard]'
9
+ # transformer cache restart docker
10
  ENV TRANSFORMERS_CACHE=/app/cache
11
  ENV HF_HOME=/app/hf_cache
12
  RUN mkdir -p /app/cache /app/hf_cache