Update Dockerfile
This commit is contained in:
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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user