Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhM00n committed May 19, 2024
1 parent a087502 commit 9233500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY requirements_kubernetes_gpu.txt /app/requirements.txt

RUN pip3 install --no-cache-dir -r requirements.txt

RUN apt-get update && apt-get install -y apt-utils wget unzip
RUN apt-get update && apt-get install -y apt-utils wget unzip && apt-get clean && rm -rf /var/lib/apt/lists/*

COPY kubernetes_app_diffusion.py /app/app.py

Expand Down

0 comments on commit 9233500

Please sign in to comment.