Rajeev-86 commited on
Commit
e9dee47
·
1 Parent(s): 4496593

added monitoring metrcis to handler file and updated the model files

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -14,9 +14,9 @@ EXPOSE 8080
14
 
15
  # 3. Installing gdown, downloading models and immediately uninstalling it for a smaller image
16
  RUN pip install --no-cache-dir gdown && \
17
- gdown 1x9lGntRiYsNb-dYf1SugGGwnoGa_oQes -O model_store/UNET.mar && \
18
- gdown 1Y_P77RtNnC1StUeBGlONuNGAW5rFq02S -O model_store/R-UNET.mar && \
19
- gdown 1VYvAh5S5MQICbqmQkNJ1Epdmcm5VgVWb -O model_store/A-R-UNET.mar && \
20
  pip uninstall gdown -y
21
 
22
  USER model-server
 
14
 
15
  # 3. Installing gdown, downloading models and immediately uninstalling it for a smaller image
16
  RUN pip install --no-cache-dir gdown && \
17
+ gdown 1h0N5fQtWwzdn4TEH_CJZDlE5xBI7-7X_ -O model_store/UNET.mar && \
18
+ gdown 1ozPgC_Cha99D5yYl4ES90LOd_Jo6p_fQ -O model_store/R-UNET.mar && \
19
+ gdown 1dr0Oe5mkpb_o7rarXGcolXgobqL5T9S0 -O model_store/A-R-UNET.mar && \
20
  pip uninstall gdown -y
21
 
22
  USER model-server