Skip to content

Commit

Permalink
add missing '-' from google-auth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1998dp committed Jan 7, 2025
1 parent 515159c commit 3681ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install --no-cache-dir \
datasets==${DATASETS_VERSION} \
optimum-neuron==${OPTIMUM_NEURON_VERSION} \
peft \
"googleauth>=1.6.3,<2" \
"google-auth>=1.6.3,<2" \
gevent==${GEVENT_VERSION}

# Pin numpy to version required by neuronx-cc
Expand Down

0 comments on commit 3681ac6

Please sign in to comment.