Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Jun 14, 2023
1 parent 131fece commit 0983c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN \
$VENV/bin/pip install -e "./deepsparse[dev]"; \
else \
echo Installing from main with editable mode && \
git clone https://github.com/neuralmagic/sparseml.git --depth 1 -b main && \
git clone https://github.com/neuralmagic/deepsparse.git --depth 1 -b main && \
$VENV/bin/pip install -e "./deepsparse[dev]"; \
fi;

Expand Down

0 comments on commit 0983c97

Please sign in to comment.