Spaces:
Runtime error
Runtime error
Sophia Yang
commited on
Commit
•
2905238
1
Parent(s):
4afd603
env
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,3 +9,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
9 |
COPY . .
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-instructpix2pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
|
|
|
|
|
9 |
COPY . .
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-instructpix2pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
12 |
+
|
13 |
+
ENV HF_HOME="/root/cache/hf_cache_home"
|