Skip to content

Commit 83ae483

Browse files
committed
fix typo
1 parent a8f2be6 commit 83ae483

File tree

1 file changed

+1
-1
lines changed
  • huggingface/pytorch/optimum/docker/0.0.22

1 file changed

+1
-1
lines changed

huggingface/pytorch/optimum/docker/0.0.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ COPY --from=builder /usr/src/target/release/text-generation-router /usr/local/bi
127127
COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher
128128
# Install python server
129129
COPY --from=pyserver /pyserver/build/dist dist
130-
RUN pip install dist/ttext_generation_server*.tar.gz
130+
RUN pip install dist/text_generation_server*.tar.gz
131131

132132
# AWS Sagemaker compatible image
133133
FROM neuron as sagemaker

0 commit comments

Comments
 (0)