Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN pip install --no-cache-dir /tmp/embedding_atlas-0.17.0-py3-none-any.whl
|
|
| 6 |
EXPOSE 7860
|
| 7 |
|
| 8 |
CMD ["embedding-atlas", \
|
| 9 |
-
"--dataset-url", "https://huggingface.co/datasets/davanstrien/ultradata-math-atlas-data/resolve/main/dataset.parquet", \
|
| 10 |
"--duckdb", "server", \
|
| 11 |
"--text", "content", \
|
| 12 |
"--x", "projection_x", \
|
|
|
|
| 6 |
EXPOSE 7860
|
| 7 |
|
| 8 |
CMD ["embedding-atlas", \
|
| 9 |
+
"--dataset-url", "https://huggingface.co/datasets/davanstrien/ultradata-math-atlas-data/resolve/main/dataset-1M.parquet", \
|
| 10 |
"--duckdb", "server", \
|
| 11 |
"--text", "content", \
|
| 12 |
"--x", "projection_x", \
|