Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
exampletaipi
/
tes3
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5e33851
tes3
/
Dockerfile
gghfds
Update Dockerfile
5e33851
verified
3 months ago
raw
Copy download link
history
blame
Safe
184 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
WORKDIR
/home/user
CMD
[
"/home/user/start.sh"
]