Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
0465d18
1
Parent(s):
7866e2d
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
|
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
WORKDIR /code
|
|
|
|
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
COPY . /code
|
|
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
WORKDIR /code
|
10 |
+
RUN mkdir -p /app/uploads && chmod 755 /app/uploads
|
11 |
+
|
12 |
COPY ./requirements.txt /code/requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
14 |
COPY . /code
|