Skip to content

Commit

Permalink
Use new COS (arm) (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyer2 committed Mar 26, 2020
1 parent 78f6e9f commit e8579d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM codait/max-base:arm-arm32v7-v1.3.2

RUN apt-get update && apt-get -y install libatlas3-base && rm -rf /var/lib/apt/lists/*

ARG model_bucket=https://max.cdn.appdomain.cloud/max-object-detector/1.0.1
ARG model_bucket=https://max-cdn.cdn.appdomain.cloud/max-object-detector/1.0.1
ARG model_file=model.tar.gz
ARG data_file=data.tar.gz
ARG use_pre_trained_model=true
Expand Down

0 comments on commit e8579d3

Please sign in to comment.