tuna2134 commited on
Commit
cd023a6
·
1 Parent(s): cb55bf0
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /home/user/app
7
  COPY --chown=user requirements.txt .
8
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9
  ENV PATH="/home/user/.cargo/bin:${PATH}"
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY --chown=user . .
 
7
  COPY --chown=user requirements.txt .
8
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9
  ENV PATH="/home/user/.cargo/bin:${PATH}"
10
+ RUN ls -la .cargo
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  COPY --chown=user . .