LiamKhoaLe commited on
Commit
65a3abe
·
1 Parent(s): 2f08ca7

UPdate Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -4,10 +4,6 @@ FROM python:3.11-slim
4
  ENV PYTHONDONTWRITEBYTECODE=1 \
5
  PYTHONUNBUFFERED=1
6
 
7
- # ENV to inject secret
8
- # ARG HF_TOKEN
9
- # ENV HF_TOKEN=${HF_TOKEN}
10
-
11
  # Create working directory (and authorised token)
12
  WORKDIR /app
13
 
 
4
  ENV PYTHONDONTWRITEBYTECODE=1 \
5
  PYTHONUNBUFFERED=1
6
 
 
 
 
 
7
  # Create working directory (and authorised token)
8
  WORKDIR /app
9