Update Dockerfile

This commit is contained in:
soosoo 2024-12-09 00:13:26 +00:00
parent 0b92f621de
commit af2d46fd11

@ -5,5 +5,5 @@ FROM semitechnologies/transformers-inference:custom
COPY . /app/models/model COPY . /app/models/model
RUN echo 'copy all' RUN echo 'copy all'
RUN ./app/models/model/cheetah_custom.py RUN /app/models/model/cheetah_custom.py
RUN echo './app/models/model/cheetah_custom.py' RUN echo '/app/models/model/cheetah_custom.py'