Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
naotakigawa
/
qatool
like
1
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
d14246a
qatool
/
docker-compose.yml
naotakigawa
init
d14246a
over 1 year ago
raw
Copy download link
history
blame
Safe
231 Bytes
version:
'3.8'
services:
app:
restart:
always
build:
context:
.
dockerfile:
Dockerfile
ports:
-
8501
:8501
volumes:
-
.:/app
env_file:
-
.env
command:
streamlit
run
Chatbot.py