jupyter / Dockerfile
gghfds
Create Dockerfile
71de5fa verified
raw
history blame contribute delete
137 Bytes
FROM ilham2222/jupytertaipi
USER user
ENV PATH="/home/user/miniconda/bin:$PATH"
ENV SHELL=/bin/bash
WORKDIR /home/user
CMD ["./start.sh"]