boosted python version to 3.10 for pytorch

pull/187/head
evelynmitchell 1 year ago
parent 58d8f61b9c
commit eea1a6702e

@ -18,11 +18,11 @@ classifiers = [
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6" "Programming Language :: Python :: 3.10"
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8.1" python = "^3.10.1"
torch = "2.1.1" torch = "2.1.1"
transformers = "*" transformers = "*"
openai = "0.28.0" openai = "0.28.0"

@ -1,7 +1,7 @@
# TESTING # TESTING
# -================== # -==================
# Use an official Python runtime as a parent image # Use an official Python runtime as a parent image
FROM python:3.9-slim FROM python:3.10-slim
# Set environment variables to make Python output unbuffered and disable the PIP cache # Set environment variables to make Python output unbuffered and disable the PIP cache
ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONDONTWRITEBYTECODE 1

Loading…
Cancel
Save