Skip to content

Commit

Permalink
[-] Removed credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 committed Mar 29, 2024
1 parent 2cc40fc commit 023d8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apt-get update \

RUN pip install kaggle gunicorn

ENV KAGGLE_USERNAME="notyoursurya"
ENV KAGGLE_KEY="ef6123cf1b7d184ff4425cdd469cccb1"
ENV KAGGLE_USERNAME=""
ENV KAGGLE_KEY=""
ENV MODEL_NAME="Arihant.v1"

RUN mkdir -p /root/.kaggle \
Expand Down

0 comments on commit 023d8bf

Please sign in to comment.