diff --git a/Dockerfile b/Dockerfile index d006feb..d8de7e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,8 @@ RUN apt-get update \ && apt-get install -y git \ && pip install -r requirements.txt +RUN pip install websocket-client>=1.8.0 websockets==12.0 +RUN pip install git+https://github.com/edenartlab/eden2#subdirectory=sdk + ENTRYPOINT ["python", "src/run.py"] CMD [""]