Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tn fixes #2

Merged
merged 12 commits into from
Feb 9, 2022
Merged

Tn fixes #2

merged 12 commits into from
Feb 9, 2022

Conversation

tanguyNaets
Copy link

  • Fix a few bugs
    • Convert gitlab CI .docker script from bash to sh because the alpine dockerindocker image in use only has sh installed and it would be more cumbersome to install a bash shell and try to set it as the default shell in the first steps. of the script Also, there are no dockerindocker images built on top of a base layer with bash as the default shell.
    • Remove a streamlit flag that does not exist anymore in it's latest poetry compatible version
    • Install poe in fastapi|streamlit app images
  • Small performance changes
    • Do not track autogenerated html docs
    • Execute mypy last since it's the slowest linting tool to execute, even when cached
  • Update the docs to explain how to remove packages

Copy link
Member

@lsorber lsorber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR @tanguyNaets! I've added a few comments, most should be easy to resolve.

…projects, and dev dependency only for other projects
@lsorber lsorber merged commit 1951d27 into superlinear-ai:main Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants