Spaces:
Runtime error
Runtime error
Stuck while installing
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
|
|
|
2 |
|
3 |
RUN apt-get update && \
|
4 |
apt-get upgrade -y && \
|
|
|
1 |
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
|
2 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
3 |
|
4 |
RUN apt-get update && \
|
5 |
apt-get upgrade -y && \
|