diff --git a/jupyter/trustyai/ubi9-python-3.11/Pipfile b/jupyter/trustyai/ubi9-python-3.11/Pipfile index 31fd97a9e..05c6e2771 100644 --- a/jupyter/trustyai/ubi9-python-3.11/Pipfile +++ b/jupyter/trustyai/ubi9-python-3.11/Pipfile @@ -3,11 +3,21 @@ url = "https://pypi.org/simple" verify_ssl = true name = "pypi" +[[source]] +url = "https://download.pytorch.org/whl/cu121" +verify_ssl = true +name = "pytorch" + [dev-packages] [packages] +# PyTorch packages +torch = {version = "~=2.2.1", index = "pytorch"} # TrustyAI packages -trustyai = "~=0.6.0" +transformers = "~=4.36.2" +datasets = "~=2.21.0" +accelerate = "~=0.34.2" +trustyai = "~=0.6.1" # Datascience and useful extensions boto3 = "~=1.34.50" kafka-python = "~=2.0.2" diff --git a/jupyter/trustyai/ubi9-python-3.9/Pipfile b/jupyter/trustyai/ubi9-python-3.9/Pipfile index 35cccc53b..b45c5768a 100644 --- a/jupyter/trustyai/ubi9-python-3.9/Pipfile +++ b/jupyter/trustyai/ubi9-python-3.9/Pipfile @@ -3,11 +3,21 @@ url = "https://pypi.org/simple" verify_ssl = true name = "pypi" +[[source]] +url = "https://download.pytorch.org/whl/cu121" +verify_ssl = true +name = "pytorch" + [dev-packages] [packages] +# PyTorch packages +torch = {version = "~=2.2.1", index = "pytorch"} # TrustyAI packages -trustyai = "~=0.6.0" +transformers = "~=4.36.2" +datasets = "~=2.21.0" +accelerate = "~=0.34.2" +trustyai = "~=0.6.1" # Datascience and useful extensions boto3 = "~=1.34.50" kafka-python = "~=2.0.2"