dvilasuero commited on
Commit
aae5a4a
·
verified ·
1 Parent(s): 35a7124

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,5 +14,5 @@ EXPOSE 7860
14
 
15
  # Run inspect view pointing to the dataset
16
  # HF_TOKEN is automatically available in HF Spaces as an environment variable
17
- # DATASET_PATH will be replaced when duplicating the space
18
- CMD ["inspect", "view", "--log-dir", "DATASET_PATH", "--host", "0.0.0.0", "--port", "7860"]
 
14
 
15
  # Run inspect view pointing to the dataset
16
  # HF_TOKEN is automatically available in HF Spaces as an environment variable
17
+ # hf://datasets/dvilasuero/simpleqa_verified-sample/logs will be replaced when duplicating the space
18
+ CMD ["inspect", "view", "--log-dir", "hf://datasets/dvilasuero/simpleqa_verified-sample/logs", "--host", "0.0.0.0", "--port", "7860"]