deployment
Browse files- 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 && \
|