Skip to content

Commit

Permalink
reenables pie v1 setup for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
LashaO committed Apr 22, 2023
1 parent 71243e3 commit 7e8fabb
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 7e8fabb

Please sign in to comment.