diff --git a/Dockerfile b/Dockerfile index 15c3a6a..93dd7c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update && \ # Install additional Python packages that aren't available through apt-get. RUN pip --no-cache-dir install \ - flask-socketio \ + flask-socketio==4.3.2 \ pytz # Download and install cusf_predictor_wrapper, and build predictor binary.