Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Mar 10, 2024
1 parent 4ec8ea7 commit a73548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ WORKDIR /swarm_root/servers
EXPOSE 8000

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

0 comments on commit a73548f

Please sign in to comment.