Skip to content

Commit

Permalink
Fix neptune
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan committed Oct 4, 2024
1 parent f62662d commit d6b8e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neptune_plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH="${VENV}/bin:$PATH"

# Install Python dependencies
COPY requirements.in /root
RUN pip install --cache-dir -r /root/requirements.in
RUN pip install --no-cache-dir -r /root/requirements.in

# Copy the actual code
COPY . /root
Expand Down

0 comments on commit d6b8e60

Please sign in to comment.