Skip to content

Commit

Permalink
fix Dockerfile and README.md for streamlit (#40)
Browse files Browse the repository at this point in the history
* update requirements.txt

* remove state_of_the_union.txt
update gitignore
add multithreading

* add poetry config

* update streamlit version

* update Dockerfile

* update Dockerfile

* fix Dockerfile

* update Dockerfile

* update README.md

* update README.md

* update convert.py & pyproject.toml

* add tokenizer model

* update README & lint

* add pre-commit

* run pre-commit

* fix README.md

* fix (?) convert.py

* fix (?) convert.py

* fix package versions

* clean for merge

* fix README.md

* update README.md for new convert

* redirect to main repo

* fix ingest.py

* rollback README.md

* fix Dockerfile and README.md for streamlit

* fix README.md

---------

Co-authored-by: su77ungr <69374354+su77ungr@users.noreply.github.com>
  • Loading branch information
hippalectryon-0 and su77ungr authored May 14, 2023
1 parent 20bb251 commit 13563d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ WORKDIR CASALIOY
RUN pip3 install poetry
RUN python3 -m poetry config virtualenvs.create false
RUN python3 -m poetry install
RUN python3 -m pip install --force streamlit # Temp fix, see pyproject.toml
RUN pre-commit install
COPY example.env .env
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cd ../
python -m pip install poetry
python -m poetry config virtualenvs.in-project true
python -m poetry install
python -m pip install --force streamlit # Temporary bandaid fix, waiting for streamlit >=1.23
. .venv/bin/activate
pre-commit install
```
Expand Down

0 comments on commit 13563d0

Please # to comment.