Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
83c72ef
1
Parent(s):
8ffd8f9
adding files
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -4,12 +4,6 @@ FROM python:3.11
|
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /app
|
6 |
|
7 |
-
# Create directories and set permissions
|
8 |
-
RUN mkdir -p /app/models /app/data && \
|
9 |
-
chmod -R 777 /app/models /app/data
|
10 |
-
|
11 |
-
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
12 |
-
|
13 |
|
14 |
# Copy the current directory contents into the container at /app
|
15 |
COPY . /app
|
|
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /app
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
# Copy the current directory contents into the container at /app
|
9 |
COPY . /app
|