File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
huggingface/pytorch/inference/docker/2.7/py3/sdk2.24.1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ RUN pip install --no-cache-dir \
173173 hf_transfer \
174174 datasets==${DATASETS_VERSION} \
175175 optimum-neuron==${OPTIMUM_NEURON_VERSION} \
176- peft==${PEFT_VERSION} \
177176 "sagemaker-huggingface-inference-toolkit>=2.4.1,<3" \
178177 && pip install --no-deps --no-cache-dir -U sentence_transformers==${SENTENCE_TRANSFORMERS} \
178+ peft==${PEFT_VERSION} \
179179 && rm -rf ~/.cache/pip/*
180180
181181RUN HOME_DIR=/root \
@@ -192,4 +192,4 @@ RUN HOME_DIR=/root \
192192ENV HF_HUB_USER_AGENT_ORIGIN="aws:sagemaker:neuron:inference:regular"
193193EXPOSE 8080 8081
194194ENTRYPOINT ["python", "/usr/local/bin/dockerd-entrypoint.py"]
195- CMD ["serve"]
195+ CMD ["serve"]
You can’t perform that action at this time.
0 commit comments