From 44f4cb318b6ce6894d82177b7fab50d2128ebd4c Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 16 Feb 2024 15:32:06 -0800 Subject: [PATCH] [README] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4afad1b6..3259d55b 100644 --- a/README.md +++ b/README.md @@ -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!