Skip to content

Commit

Permalink
Removed TensorFlow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
neel04 committed Nov 23, 2024
1 parent 8067e74 commit 43574c8
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 @@ -20,7 +20,7 @@ RUN pip3 install -q transformers datasets scalax tokenizers icecream wandb einop
RUN pip3 install -U optuna-integration plotly lm-eval pdbpp
RUN pip3 install git+https://github.com/deepmind/jmp
RUN pip3 install git+https://github.com/Findus23/jax-array-info.git
RUN pip3 install -q tensorflow tensorboard-plugin-profile "cloud-tpu-profiler>=2.3.0"
RUN pip3 install -q tensorboard-plugin-profile "cloud-tpu-profiler>=2.3.0"

WORKDIR /ReAct_Jax

Expand Down

0 comments on commit 43574c8

Please sign in to comment.