File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ RUN if [ "$RLCONTAINER" = "full" ] ; then apt-get -o APT::Install-Recommends=0
35
35
git; \
36
36
fi
37
37
38
- RUN if [ "$RLCONTAINER" = "full" ] ; then python3 -m pip install git+https://github.com/inducer/loopy.git; fi
38
+ RUN if [ "$RLCONTAINER" = "full" ] ; then python3 -m pip install --break-system-packages git+https://github.com/inducer/pymbolic.git; fi
39
+ RUN if [ "$RLCONTAINER" = "full" ] ; then python3 -m pip install --break-system-packages git+https://github.com/inducer/loopy.git; fi
39
40
40
41
RUN apt-get clean
41
42
RUN fc-cache
@@ -50,7 +51,8 @@ RUN sed -i s/TkAgg/Agg/ /etc/matplotlibrc
50
51
RUN echo "savefig.dpi : 80" >> /etc/matplotlibrc
51
52
RUN echo "savefig.bbox : tight" >> /etc/matplotlibrc
52
53
53
- RUN if [ "$RLCONTAINER" = "full" ] ; then pip3 install --upgrade tensorflow; fi
54
+ # RUN if [ "$RLCONTAINER" = "full" ] ; then pip3 install --upgrade tensorflow; fi
55
+ RUN if [ "$RLCONTAINER" = "full" ] ; then pip3 install --break-system-packages --upgrade jax; fi
54
56
RUN rm -Rf /root/.cache
55
57
56
58
# may use ./flatten-container.sh to reduce disk space
Original file line number Diff line number Diff line change 2
2
3
3
if test " $1 " = " -f" ; then
4
4
RLCONTAINER=full
5
- IMGNAME=inducer/relate-runcode-python-amd64-tf-opencl-loopy
5
+ IMGNAME=inducer/relate-runcode-python-amd64-full
6
6
else
7
7
RLCONTAINER=base
8
8
IMGNAME=inducer/relate-runcode-python-amd64
You can’t perform that action at this time.
0 commit comments