From 64ed20f7e0ab1490ffb7893afc0e14713fc4a8d0 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 17 Apr 2024 14:05:07 -0400 Subject: [PATCH] [BUFG] --- servers/cogvlm/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/cogvlm/Dockerfile b/servers/cogvlm/Dockerfile index 96e5399..8691165 100644 --- a/servers/cogvlm/Dockerfile +++ b/servers/cogvlm/Dockerfile @@ -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