Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -17,8 +17,6 @@ RUN python -m spacy download en_core_web_sm
|
|
| 17 |
# Install any needed packages specified in requirements.txt
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
# Create the directory for session storage and set permissions
|
| 23 |
RUN mkdir -p /tmp/flask_sessions && chmod 777 /tmp/flask_sessions
|
| 24 |
|
|
|
|
| 17 |
# Install any needed packages specified in requirements.txt
|
| 18 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 19 |
|
|
|
|
|
|
|
| 20 |
# Create the directory for session storage and set permissions
|
| 21 |
RUN mkdir -p /tmp/flask_sessions && chmod 777 /tmp/flask_sessions
|
| 22 |
|