Skip to content

Commit f4e24ef

Browse files
author
Roger Lam
authored
fix(docker): pin dockerfile's gradient-sdk version to 1.5.0
1 parent cd9e4c5 commit f4e24ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.8
22

33
RUN pip install --no-cache-dir --upgrade pip && \
4-
pip install --no-cache-dir gradient
4+
pip install --no-cache-dir gradient==1.5.0
55

66
ENV PAPERSPACE_API_KEY your_api_key_value
77
ENV PAPERSPACE_WEB_URL https://console.paperspace.com

0 commit comments

Comments
 (0)