update
Browse files- Dockerfile +0 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
@@ -30,7 +30,6 @@ RUN pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url h
|
|
30 |
COPY requirements.txt /tmp
|
31 |
RUN cd /tmp && pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
33 |
-
RUN pwd
|
34 |
COPY . .
|
35 |
RUN ls
|
36 |
RUN ls /home/${USER_NAME}
|
|
|
30 |
COPY requirements.txt /tmp
|
31 |
RUN cd /tmp && pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
|
|
33 |
COPY . .
|
34 |
RUN ls
|
35 |
RUN ls /home/${USER_NAME}
|
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ einops
|
|
2 |
imageio
|
3 |
gradio
|
4 |
easydict
|
|
|
|
2 |
imageio
|
3 |
gradio
|
4 |
easydict
|
5 |
+
scipy
|