Add the Docker File

parent 28fdd4a2
Pipeline #6905 canceled with stages
FROM python:3.8
RUN apt-get update -y
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
RUN pip install --upgrade pip
CMD streamlit run app.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment