Spaces:
Running
Running
refact: docker update
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -14,9 +14,6 @@ USER user
|
|
| 14 |
ENV PATH="/home/user/.local/bin:$PATH"
|
| 15 |
|
| 16 |
# Add TensorFlow environment variables to reduce logging noise
|
| 17 |
-
ENV TF_CPP_MIN_LOG_LEVEL=2
|
| 18 |
-
ENV TF_ENABLE_ONEDNN_OPTS=0
|
| 19 |
-
|
| 20 |
WORKDIR /app
|
| 21 |
|
| 22 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
|
| 14 |
ENV PATH="/home/user/.local/bin:$PATH"
|
| 15 |
|
| 16 |
# Add TensorFlow environment variables to reduce logging noise
|
|
|
|
|
|
|
|
|
|
| 17 |
WORKDIR /app
|
| 18 |
|
| 19 |
COPY --chown=user ./requirements.txt requirements.txt
|