Skip to content

Commit

Permalink
[req]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 17, 2024
1 parent 7a1720b commit d516352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/cogvlm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY requirements.txt .
# Install Python dependencies from requirements.txt
RUN python3.10 -m pip install -r requirements.txt
RUN python3.10 -m pip install uvicorn
RUN python3.10 -m pip install python-dotenv

# Copy the application's entire directory structure into the container
COPY . /swarms-cloud
Expand Down

0 comments on commit d516352

Please sign in to comment.