Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
not-lain
/
gradio-oauth
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad58794
gradio-oauth
/
Dockerfile
Wauplin
HF Staff
entrypoing
ad58794
almost 2 years ago
raw
Copy download link
history
blame
Safe
210 Bytes
FROM
python:
3.10
WORKDIR
/code
RUN
pip install --no-cache-dir https://gradio-builds.s3.amazonaws.com/f4d696f71f3fc2f5fd8f9d5f5287cb1d27ef93d4/gradio-3.39.0-py3-none-any.whl
COPY
. .
CMD
[
"python"
,
"app.py"
]