Skip to content

Commit

Permalink
[fix] Install Cython explicitly in Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Mar 9, 2022
1 parent d1f16f4 commit 9743a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.9.10-slim

ARG AIM_VERSION
RUN pip install Cython==3.0.0a9
RUN pip install aim==$AIM_VERSION

WORKDIR /opt/aim
Expand Down

0 comments on commit 9743a64

Please sign in to comment.