Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -3,9 +3,8 @@ FROM python:3
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
-
RUN git clone https://github.com/rupeshs/fastsdcpu
|
7 |
|
8 |
WORKDIR /code/fastsdcpu
|
9 |
-
RUN sudo ./install.sh
|
10 |
|
11 |
CMD ["./start-webui.sh"]
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
+
RUN git clone https://github.com/rupeshs/fastsdcpu && /code/fastsdcpu/install.sh
|
7 |
|
8 |
WORKDIR /code/fastsdcpu
|
|
|
9 |
|
10 |
CMD ["./start-webui.sh"]
|