diff --git a/servers/cogvlm/Dockerfile b/servers/cogvlm/Dockerfile index a9b6635..fd75fda 100644 --- a/servers/cogvlm/Dockerfile +++ b/servers/cogvlm/Dockerfile @@ -25,6 +25,7 @@ COPY requirements.txt . # Install Python dependencies from requirements.txt RUN python3.10 -m pip install -r requirements.txt RUN python3.10 -m pip install uvicorn +RUN python3.10 -m pip install python-dotenv # Copy the application's entire directory structure into the container COPY . /swarms-cloud