vumichien commited on
Commit
16b8492
·
1 Parent(s): dd8f513

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -31,9 +31,9 @@ ENV PORT=7860
31
  # Set environment variable for production
32
  ENV ENV=production
33
  # These should be set in Hugging Face Space settings
34
- # ENV HF_USERNAME=your-username
35
  # ENV HF_TOKEN=your-token
36
- # ENV HF_DATASET_REPO=image-uploader-data
37
 
38
  # Add script to download images from Hugging Face during build
39
  COPY download_images.py .
 
31
  # Set environment variable for production
32
  ENV ENV=production
33
  # These should be set in Hugging Face Space settings
34
+ ENV HF_USERNAME=Detomo
35
  # ENV HF_TOKEN=your-token
36
+ ENV HF_DATASET_REPO=image-uploader-data
37
 
38
  # Add script to download images from Hugging Face during build
39
  COPY download_images.py .