Vela commited on
Commit
b726906
·
1 Parent(s): fe475ff

added files

Browse files
Dockerfile CHANGED
@@ -9,5 +9,5 @@ WORKDIR /code
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
- COPY --chown=user . /app
13
  CMD ["streamlit", "run", "app/app.py", "--server.address", "0.0.0.0", "--server.port", "8501"]
 
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
+ COPY --chown=user . /code
13
  CMD ["streamlit", "run", "app/app.py", "--server.address", "0.0.0.0", "--server.port", "8501"]
app/__pycache__/requests_app.cpython-312.pyc CHANGED
Binary files a/app/__pycache__/requests_app.cpython-312.pyc and b/app/__pycache__/requests_app.cpython-312.pyc differ