Skip to content

Commit

Permalink
Fix grok build (#663)
Browse files Browse the repository at this point in the history
Grok does not have setup.py.
  • Loading branch information
yhtang authored Mar 26, 2024
1 parent 1ce95e3 commit 539d8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/container/Dockerfile.grok
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ COPY ${SRC_MANIFEST_FILE} ${DEST_MANIFEST_DIR}/${SRC_MANIFEST_FILE}

RUN <<"EOF" bash -ex
get-source.sh -l grok-1 -m ${MANIFEST_FILE}
sed -i 's/\(^jax\)/# \1/g' ${SRC_PATH_GROK}/pyproject.toml
sed -i 's/\(^jax\)/# \1/g' ${SRC_PATH_GROK}/requirements.txt
echo "-e file://${SRC_PATH_GROK}" >> /opt/pip-tools.d/requirements-grok.in
echo "-r ${SRC_PATH_GROK}/requirements.txt" >> /opt/pip-tools.d/requirements-grok.in
EOF

###############################################################################
Expand Down

0 comments on commit 539d8de

Please sign in to comment.