Spaces:
Running
on
T4
Running
on
T4
oceansweep
commited on
Commit
•
250d92e
1
Parent(s):
9af05d0
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -32,6 +32,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|
32 |
SYSTEM=spaces \
|
33 |
TRANSFORMERS_CACHE=/dev/shm \
|
34 |
GRADIO_ANALYTICS_ENABLED=False
|
|
|
|
|
35 |
WORKDIR ./app
|
36 |
|
37 |
# Set up CUDA libraries
|
|
|
32 |
SYSTEM=spaces \
|
33 |
TRANSFORMERS_CACHE=/dev/shm \
|
34 |
GRADIO_ANALYTICS_ENABLED=False
|
35 |
+
|
36 |
+
RUN mkdir -p ./app
|
37 |
WORKDIR ./app
|
38 |
|
39 |
# Set up CUDA libraries
|