Skip to content

Commit

Permalink
Merge branch '1412-nucleotiode-splitting' of github.com:epam/Indigo i…
Browse files Browse the repository at this point in the history
…nto 1412-nucleotiode-splitting
  • Loading branch information
even1024 committed Nov 29, 2023
2 parents b5675c3 + f218296 commit 25c055c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/docker/indigo-tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN set -eux && \
ln -fs /opt/ironpython/net${DOTNET_VERSION}/ipy.sh /opt/ironpython/ipy && \
rm IronPython.${IRONPYTHON_VERSION}.zip && \
# Python 3 packages
apt install -y python3-pip python3-setuptools python3-wheel twine && \
python3 -m pip install wheel && \
apt install -y python3-pip python3-setuptools twine && \
apt autoremove -y

COPY ./ /indigo
Expand All @@ -84,11 +85,11 @@ RUN python3 -m pip install \
-r api_requirements.txt \
-r api_requirements_dev.txt \
-r service_requirements.txt \
-r service_requirements_dev.txt && \
-r service_requirements_dev.txt --break-system-packages && \
rm ./api_requirements.txt ./api_requirements_dev.txt ./service_requirements.txt ./service_requirements_dev.txt

COPY ./bingo/bingo-elastic/python/ ./bingo-elastic
RUN cd ./bingo-elastic && python3 -m pip install -e . && cd .. && rm -rf ./bingo-elastic
RUN cd ./bingo-elastic && python3 -m pip install -e . --break-system-packages && cd .. && rm -rf ./bingo-elastic

ENV JAVA_HOME=/opt/jdk
ENV PATH=${PATH}:${JAVA_HOME}/bin:/opt/jython/bin:/opt/maven/bin:/opt/ironpython
Expand Down

0 comments on commit 25c055c

Please sign in to comment.