r23 commited on
Commit
729b1c0
·
1 Parent(s): 6803bc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM python:3.8-slim
2
 
3
  WORKDIR /code
4
 
5
- RUN pip install --user r23
6
-
7
  RUN pip install --upgrade pip
8
 
9
  RUN pip install diffusers transformers
 
2
 
3
  WORKDIR /code
4
 
 
 
5
  RUN pip install --upgrade pip
6
 
7
  RUN pip install diffusers transformers