diff --git a/finetune/Dockerfile.update b/finetune/Dockerfile.update index 52eb7a1..9d5f049 100644 --- a/finetune/Dockerfile.update +++ b/finetune/Dockerfile.update @@ -19,7 +19,7 @@ SHELL ["/bin/bash", "-c"] RUN <= 23.1 (ref: https://pip.pypa.io/en/stable/news/#v23-1) which supports multiple `--config-settings` with the same key... MAX_JOBS=1 python3 -m pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ python -c "import apex.amp; print('Apex is installed and the amp module is available.')"