Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mpog-helper-openai
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anes_AI
mpog-helper-openai
Merge requests
!1
docker secrets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docker secrets
MsSQL
into
main
Overview
0
Commits
2
Pipelines
0
Changes
5
Merged
Ryan Melvin
requested to merge
MsSQL
into
main
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
main
version 1
8ffcf58f
2 years ago
main (base)
and
latest version
latest version
f0c6f200
2 commits,
2 years ago
version 1
8ffcf58f
1 commit,
2 years ago
5 files
+
99
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
deploy/Dockerfile
+
2
−
2
Options
@@ -16,7 +16,7 @@ ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" la
RUN
rm
-rf
latest_commit
RUN
git clone https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
COPY
.streamlit/secrets.toml /deploy/.streamlit/
#
COPY .streamlit/secrets.toml /deploy/.streamlit/
RUN
pip3
install
-r
requirements.txt
@@ -24,4 +24,4 @@ EXPOSE 8501
HEALTHCHECK
CMD curl --fail http://localhost:8501/_stcore/health
ENTRYPOINT
["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file
ENTRYPOINT
["streamlit", "run", "db_test.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file
Loading