lemonteaa commited on
Commit
41d32cb
·
1 Parent(s): 107aa4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]