Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 7, 2023
1 parent 64b932a commit 7768c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN npm install -g yarn && \
npm install -g bids-validator

COPY . /src/CuBIDS
RUN ls /src/CuBIDS/ && \
RUN python --version && \
pip3 --version && \
pip3 install --no-cache-dir "/src/CuBIDS"

ENTRYPOINT [ "/bin/bash"]

0 comments on commit 7768c43

Please sign in to comment.