Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- 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 |
-
#
|
| 18 |
-
CMD ["inspect", "view", "--log-dir", "
|
|
|
|
| 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"]
|