Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
exampletaipi
/
tes
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
edb9eb0
tes
/
Dockerfile
gghfds
Update Dockerfile
edb9eb0
verified
9 months ago
raw
Copy download link
history
blame
94 Bytes
FROM
ilham2222/taipijupyter
COPY
./start.sh /start.sh
RUN
chmod
+x /start.sh
CMD
[
"/start.sh"
]