Skip to content

Commit

Permalink
lint recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarcelo committed Feb 17, 2025
1 parent 97e3e8d commit 956adc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM python:3.11

COPY requirements.txt /tmp/requirements.txt

RUN pip install -r /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt

RUN mkdir -p /dataclay/storage; \
mkdir -p /dataclay/metadata

WORKDIR /usr/src
WORKDIR /usr/src

0 comments on commit 956adc3

Please sign in to comment.