Skip to content

Commit

Permalink
fix: docker file (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 authored May 20, 2022
1 parent b6adcf8 commit d12c511
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Dockerfiles/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ COPY . /clip-as-service/

RUN echo '\
jtype: CLIPEncoder\n\
with:\n\
name: ${{ env.MODEL_NAME }}\n\
device: ${{ env.DEVICE }}\n\
minibatch_size: ${{ env.MINIBATCH_SIZE }}\n\
metas:\n\
py_modules:\n\
- server/clip_server/executors/clip_${{ env.ENGINE }}.py\n\
Expand Down
4 changes: 0 additions & 4 deletions Dockerfiles/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ COPY . /clip-as-service/

RUN echo '\
jtype: CLIPEncoder\n\
with:\n\
name: ${{ env.MODEL_NAME }}\n\
device: ${{ env.DEVICE }}\n\
minibatch_size: ${{ env.MINIBATCH_SIZE }}\n\
metas:\n\
py_modules:\n\
- server/clip_server/executors/clip_${{ env.ENGINE }}.py\n\
Expand Down
4 changes: 0 additions & 4 deletions Dockerfiles/tensorrt.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ RUN pip3 install --no-cache-dir "server/[tensorrt]"

RUN echo '\
jtype: CLIPEncoder\n\
with:\n\
name: ${{ env.MODEL_NAME }}\n\
device: cuda\n\
minibatch_size: ${{ env.MINIBATCH_SIZE }}\n\
metas:\n\
py_modules:\n\
- server/clip_server/executors/clip_${{ env.ENGINE }}.py\n\
Expand Down

0 comments on commit d12c511

Please sign in to comment.