tes3 / Dockerfile
gghfds
Create Dockerfile
742d7c9 verified
raw
history blame
118 Bytes
FROM ilham2222/taipijupyter
USER user
ENV PATH="/home/user/miniconda/bin:$PATH"
ENV SHELL=/bin/bash
CMD ["/start.sh"]