Skip to content

Commit

Permalink
Merge pull request #239 from WildMeOrg/add-plugin-tbd
Browse files Browse the repository at this point in the history
reenables pie v1 setup for docker build
  • Loading branch information
holmbergius authored Apr 22, 2023
2 parents 89a156d + 7e8fabb commit 6ab9eaf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ RUN set -ex \
&& /virtualenv/env3/bin/pip uninstall -y \
nvidia_cublas_cu11

# RUN set -ex \
# && /virtualenv/env3/bin/pip install \
# timm==0.6.12

# RUN set -ex \
# && /virtualenv/env3/bin/pip install \
# albumentations==1.3.0

# Run smoke tests
RUN set -ex \
&& mkdir -p /data \
Expand Down Expand Up @@ -182,4 +174,4 @@ FROM org.wildme.wbia.install as org.wildme.wbia.depricated

COPY ./_config/deprecated.sh /bin/deprecated

#RUN if [ "$(uname -m)" != "aarch64" ] ; then deprecated ; fi
RUN if [ "$(uname -m)" != "aarch64" ] ; then deprecated ; fi

0 comments on commit 6ab9eaf

Please sign in to comment.