Lower Python version due to gensim incompatibility
This commit is contained in:
parent
1c34aa4a01
commit
42657aeee0
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM python:3
|
||||
FROM python:3.10
|
||||
|
||||
RUN useradd -d /code pathogen
|
||||
RUN mkdir /code
|
||||
|
|
Loading…
Reference in New Issue