Spaces:
Running
on
Zero
Running
on
Zero
Mustehson
commited on
Commit
·
8b188e2
1
Parent(s):
18b7a35
Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
|
2 |
FROM nvidia/cuda:${CUDA_IMAGE}
|
3 |
|
4 |
-
# We need to set the host to 0.0.0.0 to allow outside access
|
5 |
ENV HOST 0.0.0.0
|
6 |
|
7 |
RUN apt-get update && apt-get upgrade -y \
|
|
|
1 |
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
|
2 |
FROM nvidia/cuda:${CUDA_IMAGE}
|
3 |
|
|
|
4 |
ENV HOST 0.0.0.0
|
5 |
|
6 |
RUN apt-get update && apt-get upgrade -y \
|