From 913ba6f50d7135a74afdae2c12ad51c747d11e65 Mon Sep 17 00:00:00 2001 From: Youssef darzi Date: Mon, 20 Nov 2023 04:32:23 +0900 Subject: [PATCH] Update Dockerfile Use bx-python==0.8.8 to fix ImportError: /usr/local/lib/python2.7/dist-packages/bx/intervals/intersection.so: undefined symbol: PyUnicodeUCS2_FromStringAndSize --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c9030bb..313d5d7f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update && \ zlib1g-dev && \ apt-get clean -y -RUN pip install bx-python +RUN pip install bx-python==0.8.8 # copy git repository into the image RUN mkdir -p /opt/hap.py-source