Skip to content

Commit

Permalink
Use generic python3 in nixpack setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinBoi12 committed Apr 2, 2024
1 parent e4e6639 commit 7afc7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[phases.setup]
aptPkgs = ["python3.9", "python3-pip", "python-is-python3", "libpq-dev", "python3-dev", "postgresql"] # Install the wget package with apt-get
aptPkgs = ["python3", "python3-pip", "python-is-python3", "libpq-dev", "python3-dev", "postgresql"] # Install the wget package with apt-get

[phases.build]
cmds = ["pip3 install --upgrade build setuptools", "pip3 install psycopg2-binary nltk", "pip3 install ."]
Expand Down

0 comments on commit 7afc7e5

Please sign in to comment.