Skip to content

Commit

Permalink
[BUFG]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 17, 2024
1 parent 1c0c5a4 commit 64ed20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/cogvlm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ RUN python3.10 -m pip install -r requirements.txt
RUN python3.10 -m pip install uvicorn

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

# Set the working directory to the cogvlm directory
WORKDIR /swarms-cloud/servers/cogvlm
# WORKDIR /swarms-cloud/servers/cogvlm

# Expose the port the app runs on
EXPOSE 8000
Expand Down

0 comments on commit 64ed20f

Please sign in to comment.