We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f2be6 commit 83ae483Copy full SHA for 83ae483
huggingface/pytorch/optimum/docker/0.0.22/Dockerfile
@@ -127,7 +127,7 @@ COPY --from=builder /usr/src/target/release/text-generation-router /usr/local/bi
127
COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher
128
# Install python server
129
COPY --from=pyserver /pyserver/build/dist dist
130
-RUN pip install dist/ttext_generation_server*.tar.gz
+RUN pip install dist/text_generation_server*.tar.gz
131
132
# AWS Sagemaker compatible image
133
FROM neuron as sagemaker
0 commit comments