Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# syntax=docker/dockerfile:1
|
2 |
# Use a more recent base image if possible (check vLLM compatibility)
|
3 |
-
FROM nvidia/cuda:12.1.0-runtime-ubuntu20.04
|
4 |
|
5 |
# Set essential environment variables and disable numba caching
|
6 |
ENV DEBIAN_FRONTEND=noninteractive \
|
|
|
1 |
# syntax=docker/dockerfile:1
|
2 |
# Use a more recent base image if possible (check vLLM compatibility)
|
3 |
+
FROM nvidia/cuda:12.1.0-runtime-ubuntu20.04
|
4 |
|
5 |
# Set essential environment variables and disable numba caching
|
6 |
ENV DEBIAN_FRONTEND=noninteractive \
|