sachin commited on
Commit
98b17b0
·
1 Parent(s): 678506e
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -34,10 +34,10 @@ RUN pip install --no-cache-dir -r requirements.txt
34
  RUN mkdir -p /app/models
35
 
36
  # Define build argument for HF_TOKEN
37
- ARG HF_TOKEN
38
 
39
  # Set environment variable for the build process
40
- ENV HF_TOKEN=$HF_TOKEN
41
 
42
  # Copy and run the model download script
43
  COPY download_models.py .
 
34
  RUN mkdir -p /app/models
35
 
36
  # Define build argument for HF_TOKEN
37
+ ARG HF_TOKEN_DOCKER
38
 
39
  # Set environment variable for the build process
40
+ ENV HF_TOKEN=$HF_TOKEN_DOCKER
41
 
42
  # Copy and run the model download script
43
  COPY download_models.py .