Thomas (Tom) Gardos commited on
Commit
0a9be4e
·
unverified ·
2 Parent(s): 7466d9d ae5332c

Merge pull request #92 from DL4DS/HF_FIX

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -12,9 +12,6 @@ RUN pip install -e .
12
 
13
  COPY . /code
14
 
15
- # Copy .env file to the application directory
16
- COPY .env /code/apps/ai_tutor/.env
17
-
18
  # List the contents of the /code directory to verify files are copied correctly
19
  RUN ls -R /code
20
 
 
12
 
13
  COPY . /code
14
 
 
 
 
15
  # List the contents of the /code directory to verify files are copied correctly
16
  RUN ls -R /code
17