Spaces:
Sleeping
Sleeping
Iban Eguia Moraza commited on
Added data directory
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,7 @@ FROM ghcr.io/open-webui/open-webui:main
|
|
| 19 |
# Set up a new user named "user" with user ID 1000 (Hugging Face requirement)
|
| 20 |
RUN useradd -m -u 1000 user
|
| 21 |
RUN chown -R user:user /app
|
|
|
|
| 22 |
RUN chown -R user:user /data
|
| 23 |
|
| 24 |
# Switch to the "user" user
|
|
|
|
| 19 |
# Set up a new user named "user" with user ID 1000 (Hugging Face requirement)
|
| 20 |
RUN useradd -m -u 1000 user
|
| 21 |
RUN chown -R user:user /app
|
| 22 |
+
RUN mkdir /data
|
| 23 |
RUN chown -R user:user /data
|
| 24 |
|
| 25 |
# Switch to the "user" user
|