Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/konieshadow/Fooocus-API int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
konieshadow committed Nov 8, 2023
2 parents c7ce8a8 + 6cb41d1 commit 4928a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Asia/Shanghai

RUN apt-get update && \
apt-get install --no-install-recommends -y python3 python3-pip python3-virtualenv && \
apt-get install --no-install-recommends -y libopencv-dev python3-opencv && \
rm -rf /var/lib/apt/lists/*

ENV VIRTUAL_ENV=/opt/venv
Expand Down
2 changes: 1 addition & 1 deletion fooocus_api_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.3.9'
version = '0.3.9'

0 comments on commit 4928a5c

Please sign in to comment.