Skip to content

Commit

Permalink
remove unecesarry requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Dec 30, 2024
1 parent b9ba947 commit dc39b22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
3 changes: 1 addition & 2 deletions docker/almalinux-with-arkouda-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM ajpotts/almalinux-chapel:1.0.0
USER root


RUN git clone -b 3933_failing_make_install-arrow_pt3 https://github.com/ajpotts/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev] && mkdir -p /dep && rm -fr /root/arkouda
COPY requirements.txt /root/
RUN git clone https://github.com/Bears-R-Us/arkouda.git && source ~/.bashrc && cd arkouda && make install-deps DEP_BUILD_DIR=/dep/build && python3 -m pip install -e .[dev] && mkdir -p /dep && rm -fr /root/arkouda


ENTRYPOINT ["/bin/bash", "-l"]
45 changes: 0 additions & 45 deletions docker/almalinux-with-arkouda-deps/requirements.txt

This file was deleted.

0 comments on commit dc39b22

Please sign in to comment.