bhd82 commited on
Commit
d35bcf6
·
verified ·
1 Parent(s): d8c0d49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV HF_HOME="/tmp/huggingface/cache"
9
  ENV FLASK_APP=app.py
10
  ENV FLASK_ENV=production
11
  ENV PYTHONUNBUFFERED=1
12
- ENV CUDA_VISIBLE_DEVICES="-1" # Force CPU mode for compatibility
13
 
14
  # Create Hugging Face cache directory with proper permissions
15
  RUN mkdir -p /tmp/huggingface/cache && \
 
9
  ENV FLASK_APP=app.py
10
  ENV FLASK_ENV=production
11
  ENV PYTHONUNBUFFERED=1
12
+ ENV CUDA_VISIBLE_DEVICES="-1"
13
 
14
  # Create Hugging Face cache directory with proper permissions
15
  RUN mkdir -p /tmp/huggingface/cache && \