Skip to content
Snippets Groups Projects
Commit 3a4cf467 authored by Ryan Melvin's avatar Ryan Melvin
Browse files

back to main app

parent c0aff31c
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,11 @@ RUN apt-get update && apt-get install -y \ ...@@ -11,6 +11,11 @@ RUN apt-get update && apt-get install -y \
git \ git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
curl https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list &&\
apt-get update && \
ACCEPT_EULA=Y apt-get install -y msodbcsql17
# Check if repo has been updated since last build # Check if repo has been updated since last build
ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" latest_commit ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" latest_commit
RUN rm -rf latest_commit RUN rm -rf latest_commit
...@@ -24,4 +29,4 @@ EXPOSE 8501 ...@@ -24,4 +29,4 @@ EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
ENTRYPOINT ["streamlit", "run", "db_test.py", "--server.port=8501", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment