Skip to content

Commit b8c7d84

Browse files
committed
HRNET fix and changelog
1 parent 99ae243 commit b8c7d84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- TDB
2020

2121
### Fixed
22-
- TDB
22+
- Serverless functions weights properly download and updated dockerfiles ()
2323

2424
### Security
2525
- TDB

serverless/pytorch/saic-vul/hrnet/nuclio/function-gpu.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ spec:
3232
value: apt-get update && apt-get install software-properties-common -y
3333
- kind: RUN
3434
value: add-apt-repository ppa:deadsnakes/ppa
35+
- kind: RUN
36+
value: apt remove python* -y
3537
- kind: RUN
3638
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
3741
- kind: RUN
3842
value: pip3 install --upgrade pip
3943
- kind: WORKDIR

0 commit comments

Comments
 (0)