enskaff commited on
Commit
aa75ccb
·
verified ·
1 Parent(s): 9cb790e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 # Or preferably a newer supported one
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 \