Skip to content

Commit

Permalink
fix: remove env api key in dockerfile (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
paperspace-philip authored Sep 21, 2021
1 parent 1e54b5c commit 6b1007b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ARG VERSION
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir gradient==$VERSION

ENV PAPERSPACE_API_KEY your_api_key_value
ENV PAPERSPACE_WEB_URL https://console.paperspace.com
ENV PAPERSPACE_CONFIG_HOST https://api.paperspace.io
ENV PAPERSPACE_CONFIG_LOG_HOST https://logs.paperspace.io
Expand Down

0 comments on commit 6b1007b

Please sign in to comment.