Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,6 +28,6 @@ RUN apt-cache policy libcudnn8 | head -n 3
|
|
| 28 |
|
| 29 |
USER root
|
| 30 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libcudnn8
|
| 31 |
-
USER
|
| 32 |
|
| 33 |
RUN /app/bin/warmup_apps
|
|
|
|
| 28 |
|
| 29 |
USER root
|
| 30 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libcudnn8
|
| 31 |
+
USER user
|
| 32 |
|
| 33 |
RUN /app/bin/warmup_apps
|