Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
|
|
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
build-essential \
|
|
|
|
| 1 |
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
| 2 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
build-essential \
|