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",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.10"
]
[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.10.1"
torch = "2.1.1"
transformers = "*"
openai = "0.28.0"

@ -1,7 +1,7 @@
# TESTING
# -==================
# 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
ENV PYTHONDONTWRITEBYTECODE 1

Loading…
Cancel
Save