moriire commited on
Commit
47a3c81
1 Parent(s): 6c8cc78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -21,8 +21,6 @@ COPY . .
21
 
22
  RUN python3 -m pip install --upgrade pip
23
 
24
- RUN make deps && make build && make clean
25
-
26
  # Set environment variable for the host
27
  ENV HOST=0.0.0.0
28
  ENV PORT=7860
 
21
 
22
  RUN python3 -m pip install --upgrade pip
23
 
 
 
24
  # Set environment variable for the host
25
  ENV HOST=0.0.0.0
26
  ENV PORT=7860