Arivmta19 commited on
Commit
81b759a
1 Parent(s): 5bfaa4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- # Use the official CUDA image as the base image
2
- FROM nvidia/cuda:11.8-cudnn8-runtime-ubuntu20.04
3
 
4
  # Set the Python version
5
  ARG PYTHON_VERSION=3.8
@@ -21,10 +20,7 @@ RUN python3 -m pip install --upgrade pip && \
21
  python3 -m pip install \
22
  hf_transfer==0.1.3 \
23
  git+https://github.com/vllm-project/vllm.git@main
24
-
25
- # Set CUDA_HOME environment variable
26
- ENV CUDA_HOME=/usr/local/cuda
27
-
28
  # Copy the rest of your application code
29
  COPY . /app
30
 
 
1
+
 
2
 
3
  # Set the Python version
4
  ARG PYTHON_VERSION=3.8
 
20
  python3 -m pip install \
21
  hf_transfer==0.1.3 \
22
  git+https://github.com/vllm-project/vllm.git@main
23
+
 
 
 
24
  # Copy the rest of your application code
25
  COPY . /app
26