Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbraha
/
aiproject
like
0
Runtime error
App
Files
Files
Community
fd77627
aiproject
/
Dockerfile
jbraha
add initial configuration
d659c31
over 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
FROM
tensorflow/tensorflow
WORKDIR
/app
# Install pip requirements
# COPY requirements.txt .
# RUN python -m pip install -r requirements.txt
COPY
. /app
#CMD