Harry-zklcdc commited on
Commit
c20a869
·
1 Parent(s): c15f5bb

[Refresh] 🤗 HuggingFace

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ WORKDIR /app
7
 
8
  USER root
9
 
 
 
10
  RUN apt-get update && apt-get install -y curl wget && \
11
  curl -L $(curl -s https://api.github.com/repos/Harry-zklcdc/go-bingai-pass/releases/latest | grep /go-bingai-pass-linux-amd64.tar.gz | cut -d '"' -f 4) -o go-bingai-pass-linux-amd64.tar.gz && \
12
  tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \
 
7
 
8
  USER root
9
 
10
+ RUN echo 2024-02-01 12:10:28
11
+
12
  RUN apt-get update && apt-get install -y curl wget && \
13
  curl -L $(curl -s https://api.github.com/repos/Harry-zklcdc/go-bingai-pass/releases/latest | grep /go-bingai-pass-linux-amd64.tar.gz | cut -d '"' -f 4) -o go-bingai-pass-linux-amd64.tar.gz && \
14
  tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \