Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30101a8d09 | |||
| 300319a495 | |||
| f08afa56f0 | |||
| c0eab4bdfe | |||
| cd4dd989bd | |||
| a8281c22dd | |||
| d528f8507f | |||
| 3c23f2d1fe | |||
| d36d40a0d3 | |||
| 44f1595405 | |||
| 8c27d451d2 | |||
| 48422c7aea |
+5
-5
@@ -1,17 +1,17 @@
|
||||
FROM python:3.9.15-buster AS model-download
|
||||
FROM python:3.9.16-bullseye AS model-download
|
||||
|
||||
RUN pip3 install gdown
|
||||
|
||||
RUN gdown https://drive.google.com/uc?id=19dfvGvDfCRYaqxVKypp1fRHwK7XtSjVu
|
||||
|
||||
FROM tensorflow/tensorflow:2.10.0-jupyter
|
||||
FROM tensorflow/tensorflow:2.12.0-jupyter
|
||||
|
||||
RUN pip3 install keras==2.10.0
|
||||
RUN pip3 install keras==2.12.0
|
||||
|
||||
RUN pip3 install scikit-learn==1.1.3 scikit-image==0.19.3
|
||||
RUN pip3 install scikit-learn==1.2.2 scikit-image==0.20.0
|
||||
|
||||
RUN pip3 uninstall -y enum34
|
||||
RUN pip3 install specklepy==2.9.0 cherrypy==18.8.0
|
||||
RUN pip3 install specklepy==2.13.0 cherrypy==18.8.0
|
||||
RUN pip3 install cherrypy-cors==1.6
|
||||
|
||||
COPY --from=model-download nyu.h5 /app/nyu.h5
|
||||
|
||||
Generated
+8631
-9219
File diff suppressed because it is too large
Load Diff
@@ -16,10 +16,10 @@
|
||||
"vuetify": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/cli-plugin-babel": "^5.0.8",
|
||||
"@vue/cli-plugin-eslint": "^5.0.8",
|
||||
"@vue/cli-plugin-router": "^5.0.8",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
|
||||
Reference in New Issue
Block a user