Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peytontolbert committed Mar 14, 2024
1 parent f951860 commit d7a8a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/qwen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY requirements.txt .
RUN python3.10 -m pip install -r requirements.txt

# Adjust the working directory to where your application's code will reside
WORKDIR /swarms-cloud/servers
WORKDIR /swarms-cloud/servers/qwen

# Assuming your application's entire directory structure needs to be copied,
# Adjust the COPY command to ensure the entire application is available in the container
Expand All @@ -37,4 +37,4 @@ COPY . /swarms-cloud
EXPOSE 8000

# Command to run the application
CMD ["python3.10", "-m", "uvicorn", "cogvlm:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["python3.10", "-m", "uvicorn", "qwen_api_openai_compatible:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit d7a8a4d

Please sign in to comment.