lgfunderburk commited on
Commit
3488cab
1 Parent(s): 946102f

add python version

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. pyproject.toml +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python image as the base image
2
- FROM python:3.10
3
 
4
  # Set the working directory to /app
5
  WORKDIR /app
 
1
  # Use the official Python image as the base image
2
+ FROM python:3.9
3
 
4
  # Set the working directory to /app
5
  WORKDIR /app
pyproject.toml CHANGED
@@ -7,7 +7,7 @@ license = "Apache 2.0"
7
  readme = "README.md"
8
 
9
  [tool.poetry.dependencies]
10
- python = "^3.10"
11
  torch = [
12
  {url = "https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp39-cp39-linux_x86_64.whl", markers = "sys_platform == 'linux'"},
13
  ]
 
7
  readme = "README.md"
8
 
9
  [tool.poetry.dependencies]
10
+ python = "^3.9"
11
  torch = [
12
  {url = "https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp39-cp39-linux_x86_64.whl", markers = "sys_platform == 'linux'"},
13
  ]