Upgarding to python 3.10
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official Python runtime as a parent image
|
| 2 |
-
FROM python:3.
|
| 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"
|