Skip to content

Commit

Permalink
Build hannah images without python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 22, 2024
1 parent 305bac1 commit e1ebc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ FROM python:${PYTHON_VERSION} as python
FROM ${target}


RUN if [ "$target" == hannah ] || [ "$IMAGE_NAME" = "mlonmcu" ]; then\
apt-get update -y && apt-get -y install git mesa-utils python3-pip python3-dev libblas-dev liblapack-dev libsndfile1-dev libsox-dev cmake ninja-build curl build-essential python-is-python3; \
RUN if [ "$target" == hannah ] || [ "$target" = "mlonmcu" ]; then\
apt-get update -y && apt-get -y install git mesa-utils python3 python3-pip python3-dev libblas-dev liblapack-dev libsndfile1-dev libsox-dev cmake ninja-build curl build-essential python-is-python3; \
else \
apt-get update -y && apt-get -y install git mesa-utils libblas-dev liblapack-dev libsndfile1-dev libsox-dev cmake ninja-build curl build-essential; \
fi
Expand Down

0 comments on commit e1ebc94

Please sign in to comment.