HumbleWolf commited on
Commit
eab2a5a
1 Parent(s): 1190e02

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,6 +1,9 @@
1
  # Use an official Ubuntu image as a parent image
2
  FROM ubuntu:20.04
3
 
 
 
 
4
  RUN apt-get update && \
5
  apt-get install -y python3 python3-pip git
6
 
@@ -25,9 +28,6 @@ RUN apt-get update && apt-get install libgl1 -y
25
  RUN pip install --no-cache-dir -r ./program/Fooocus/requirements_versions.txt
26
 
27
  # Set the working directory to content
28
-
29
- COPY program ./program
30
-
31
  WORKDIR /program
32
 
33
  # Install pygit2 version 1.12.2
 
1
  # Use an official Ubuntu image as a parent image
2
  FROM ubuntu:20.04
3
 
4
+
5
+ COPY program ./program
6
+
7
  RUN apt-get update && \
8
  apt-get install -y python3 python3-pip git
9
 
 
28
  RUN pip install --no-cache-dir -r ./program/Fooocus/requirements_versions.txt
29
 
30
  # Set the working directory to content
 
 
 
31
  WORKDIR /program
32
 
33
  # Install pygit2 version 1.12.2