Skip to content

Commit

Permalink
inspecting dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed May 23, 2024
1 parent 03e9e63 commit 1e8c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ RUN apt update -y && \
git-lfs rsync libblas-dev liblapack-dev

COPY . /tmp
RUN ls -la

WORKDIR /tmp
RUN ls -la

RUN pip install -r requirements.txt && \
pip install click cryptography

0 comments on commit 1e8c9a1

Please sign in to comment.