Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz authored Aug 1, 2024
1 parent b62ea5c commit 50e6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone --branch ${LM_EVAL_VERSION} https://github.com/EleutherAI/lm-evalu
# Install python packages

RUN pip install --upgrade pip
RUN pip uninstall transformer-engine -y
#RUN pip uninstall transformer-engine -y

RUN cd lm-evaluation-harness && pip install -e .
RUN cd cot-eval && pip install -e .
Expand Down

0 comments on commit 50e6d7e

Please sign in to comment.