Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -42,6 +42,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
WORKDIR /data
|
|
|
45 |
EXPOSE 9090
|
46 |
|
47 |
|
|
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
WORKDIR /data
|
45 |
+
RUN mkdir -p /data/outputs
|
46 |
EXPOSE 9090
|
47 |
|
48 |
|