Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ 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 ./install.sh
|
10 |
|
11 |
CMD ["./start-webui.sh"]
|
|
|
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"]
|