lemonteaa commited on
Commit
4f502f9
·
1 Parent(s): 41d32cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ 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 && /code/fastsdcpu/install.sh
7
 
8
  WORKDIR /code/fastsdcpu
9
 
 
3
  WORKDIR /code
4
 
5
  RUN apt-get update && apt-get install -y git
6
+ RUN git clone https://github.com/rupeshs/fastsdcpu && chmod a+x *.sh && /code/fastsdcpu/install.sh
7
 
8
  WORKDIR /code/fastsdcpu
9