Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit e7bc953

Browse files
rdziewietinginic
andauthored
Apply suggestions from code review
Co-authored-by: Virginia Partridge <[email protected]>
1 parent 6fc8a36 commit e7bc953

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ You should also add project tags for each release in Github, see [Managing relea
88

99
## [Unreleased]
1010

11-
## [1.2.0] - 2024-07-30
1211
### Added
1312
- Merged the MSF-OCR-Streamlit repository into this repository
1413

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you are using the `app_llm.py` version of the application, you will also need
112112
## Docker Instructions
113113
We have provided a Dockerfile in order to easily build and deploy the OpenAI application version as a Docker container.
114114

115-
1) Build an image named `msf-streamlit`: `docker build -t msf-streamlit .`. Note the `msfocr` package is in a private repository, so you may want to put [add your GitHub access token to the dependency](https://docs.readthedocs.io/en/stable/guides/private-python-packages.html) in `requirements.txt` first.
115+
1) Build an image named `msf-streamlit`: `docker build -t msf-streamlit .`.
116116

117117
2) Run the `msf-streamlit` image in a container, passing the necessary environment variables:
118118
```

app_llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def configure_secrets():
2020
username = os.environ["DHIS2_USERNAME"]
2121
password = os.environ["DHIS2_PASSWORD"]
2222
server_url = os.environ["DHIS2_SERVER_URL"]
23-
os.environ["OPENAI_API_KEY"]
2423
dhis2.configure_DHIS2_server(username, password, server_url)
2524

2625

0 commit comments

Comments
 (0)