Lower Python version due to gensim incompatibility

This commit is contained in:
2022-11-22 21:07:34 +00:00
parent 1c34aa4a01
commit 42657aeee0

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3
FROM python:3.10
RUN useradd -d /code pathogen
RUN mkdir /code