Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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
|