pvduy commited on
Commit
f57967d
·
verified ·
1 Parent(s): e210b55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -34,6 +34,7 @@ RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
34
 
35
  # Set the working directory to the user's home directory
36
  WORKDIR $HOME/app
 
37
 
38
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
39
  COPY --chown=user . $HOME/app
 
34
 
35
  # Set the working directory to the user's home directory
36
  WORKDIR $HOME/app
37
+ RUN git clone https://github.com/PhungVanDuy/vllm && cd vllm && pip install -e . && cd ..
38
 
39
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
40
  COPY --chown=user . $HOME/app