tebakaja commited on
Commit
0dcd682
·
1 Parent(s): 589d70c

deployment

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN go build -o main . \
27
 
28
  RUN wget https://github.com/microsoft/onnxruntime/releases/download/v1.21.0/onnxruntime-linux-x64-1.21.0.tgz && \
29
  tar -xvzf onnxruntime-linux-x64-1.21.0.tgz && \
30
- rm -rf onnxruntime-linux-x64-1.21.0.tgz && \
31
 
32
  RUN git lfs install && \
33
  git clone https://huggingface.co/datasets/qywok/indonesia_stocks && \
 
27
 
28
  RUN wget https://github.com/microsoft/onnxruntime/releases/download/v1.21.0/onnxruntime-linux-x64-1.21.0.tgz && \
29
  tar -xvzf onnxruntime-linux-x64-1.21.0.tgz && \
30
+ rm -rf onnxruntime-linux-x64-1.21.0.tgz
31
 
32
  RUN git lfs install && \
33
  git clone https://huggingface.co/datasets/qywok/indonesia_stocks && \