Skip to content

Commit

Permalink
websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed May 27, 2024
1 parent 7d096b2 commit fd84824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [""]

0 comments on commit fd84824

Please sign in to comment.