Skip to content

Commit

Permalink
[README]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 16, 2024
1 parent e93508b commit 44f4cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1229,9 +1229,9 @@ docker build --gpus all -t swarms
### Running the Docker Container
To run the Docker container, use the following command:

`docker run --gpus all -p 4000:80 your-image-name`
`docker run --gpus all -p 4000:80 swarms`

Replace your-image-name with the name of your Docker image, and replace 4000:80 with your actual port mapping. The format is hostPort:containerPort.
Replace swarms with the name of your Docker image, and replace 4000:80 with your actual port mapping. The format is hostPort:containerPort.

Now, your application should be running with CUDA support!

Expand Down

0 comments on commit 44f4cb3

Please sign in to comment.