Update dockerfile
Browse files- Dockerfile +4 -4
- README.md +0 -3
Dockerfile
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
FROM ridgerun/rrai-synthetic-natural-dataset-generation-demo:latest
|
2 |
|
3 |
-
ENV TORCH_HOME=/app/.torch_cache
|
4 |
-
ENV XDG_CACHE_HOME=/app/.cache
|
5 |
-
ENV HOME=/app
|
6 |
-
ENV GRADIO_TEMP_DIR=/app/gradio_tmp
|
7 |
|
8 |
# COPY install.sh .
|
9 |
# RUN ./install.sh
|
|
|
1 |
FROM ridgerun/rrai-synthetic-natural-dataset-generation-demo:latest
|
2 |
|
3 |
+
# ENV TORCH_HOME=/app/.torch_cache
|
4 |
+
# ENV XDG_CACHE_HOME=/app/.cache
|
5 |
+
# ENV HOME=/app
|
6 |
+
# ENV GRADIO_TEMP_DIR=/app/gradio_tmp
|
7 |
|
8 |
# COPY install.sh .
|
9 |
# RUN ./install.sh
|
README.md
CHANGED
@@ -7,9 +7,6 @@ sdk: docker
|
|
7 |
pinned: false
|
8 |
short_description: Applies atmospheric effects to generate synthetic images.
|
9 |
app_port: 7860
|
10 |
-
env:
|
11 |
-
- TORCH_HOME=/app/.torch_cache
|
12 |
-
- ENV XDG_CACHE_HOME=/app/.cache
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
pinned: false
|
8 |
short_description: Applies atmospheric effects to generate synthetic images.
|
9 |
app_port: 7860
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|