pvduy commited on
Commit
ad47d0d
1 Parent(s): a7706d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +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
- 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
 
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 . && 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