Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
exampletaipi
/
tes3
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
81e0e55
tes3
/
Dockerfile
gghfds
Update Dockerfile
81e0e55
verified
8 months ago
raw
Copy download link
history
blame
165 Bytes
FROM
ilham2222/taipijupyter
USER
user
ENV
PATH=
"/home/user/miniconda/bin:$PATH"
ENV
SHELL
=/bin/bash
RUN
cp
/start.sh /home/user/start.sh
CMD
[
"/home/user/start.sh"
]