fastsdcpu-test / Dockerfile
lemonteaa's picture
Update Dockerfile
41d32cb
raw
history blame
206 Bytes
FROM python:3
WORKDIR /code
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/rupeshs/fastsdcpu && /code/fastsdcpu/install.sh
WORKDIR /code/fastsdcpu
CMD ["./start-webui.sh"]