mijtsma3 commited on
Commit
69a83df
·
1 Parent(s): 9c2b8db

Upgarding to python 3.10

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Python runtime as a parent image
2
- FROM python:3.9-slim
3
 
4
  # Add the code to the pythonpath
5
  ENV PYTHONPATH="./libs/jsat:$PYTHONPATH"
 
1
  # Use an official Python runtime as a parent image
2
+ FROM python:3.10-slim
3
 
4
  # Add the code to the pythonpath
5
  ENV PYTHONPATH="./libs/jsat:$PYTHONPATH"