Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
exampletaipi/tes3
exampletaipi
/
tes4
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tes4
/
Dockerfile
gghfds
Update Dockerfile
7922184
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
FROM
ilham2222/jupytertaipi
USER
user
ENV
PATH=
"/home/user/miniconda/bin:$PATH"
ENV
SHELL
=/bin/bash
WORKDIR
/home/user
CMD
[
"./start.sh"
]