Skip to content

Commit

Permalink
hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 28, 2024
1 parent d32d287 commit 6133a22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
build-container:
name: Build sparseml container
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docker_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $SOURCE

RUN python3.8 -m pip install --upgrade pip \
&& python3.8 -m pip install --upgrade setuptools \
&& git clone https://github.com/neuralmagic/sparseml.git --depth 1 -b "${BRANCH}" \
&& git clone https://github.com/neuralmagic/sparseml.git --depth 1 -b "docker_workflows" \
&& python3.8 -m pip install -e "./sparseml[dev,onnxruntime,torchvision,transformers,yolov5,ultralytics]"

HEALTHCHECK CMD python3.8 -c 'import sparseml'
Expand Down

0 comments on commit 6133a22

Please sign in to comment.