File tree 2 files changed +5
-1
lines changed
serverless/pytorch/saic-vul/hrnet/nuclio
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- TDB
20
20
21
21
### Fixed
22
- - TDB
22
+ - Serverless functions weights properly download and updated dockerfiles ()
23
23
24
24
### Security
25
25
- TDB
Original file line number Diff line number Diff line change 32
32
value : apt-get update && apt-get install software-properties-common -y
33
33
- kind : RUN
34
34
value : add-apt-repository ppa:deadsnakes/ppa
35
+ - kind : RUN
36
+ value : apt remove python* -y
35
37
- kind : RUN
36
38
value : apt-get update && apt-get install -y --no-install-recommends build-essential git curl libglib2.0-0 software-properties-common python3 python3.6-dev python3-pip python3-tk
39
+ - kind : RUN
40
+ value : ln -s /usr/bin/pip3 /usr/local/bin/pip && ln -s /usr/bin/python3 /usr/bin/python
37
41
- kind : RUN
38
42
value : pip3 install --upgrade pip
39
43
- kind : WORKDIR
You can’t perform that action at this time.
0 commit comments