Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
exampletaipi/jupytertaipi-new
ilhamap
/
jupyter
like
0
Sleeping
App
Files
Files
Community
main
jupyter
/
Dockerfile
gghfds
Create Dockerfile
71de5fa
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
FROM
ilham2222/jupytertaipi
USER
user
ENV
PATH=
"/home/user/miniconda/bin:$PATH"
ENV
SHELL
=/bin/bash
WORKDIR
/home/user
CMD
[
"./start.sh"
]