Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,7 @@ USER user
|
|
| 14 |
|
| 15 |
# Set environmental variables
|
| 16 |
ENV PATH="/home/user/.local/bin:$PATH"
|
|
|
|
| 17 |
|
| 18 |
# Copy in the requirements file and install dependencies
|
| 19 |
COPY --chown=user:user requirements.txt .
|
|
|
|
| 14 |
|
| 15 |
# Set environmental variables
|
| 16 |
ENV PATH="/home/user/.local/bin:$PATH"
|
| 17 |
+
ENV PYTHONUNBUFFERED=1
|
| 18 |
|
| 19 |
# Copy in the requirements file and install dependencies
|
| 20 |
COPY --chown=user:user requirements.txt .
|