StevenLe456 commited on
Commit
ac404b1
·
1 Parent(s): d1c6849

Altered Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
5
 
6
  WORKDIR /code
7
 
8
- ENV NUMBA_CACHE_DIR = /tmp
9
 
10
  COPY ./requirements.txt /code/requirements.txt
11
 
 
5
 
6
  WORKDIR /code
7
 
8
+ ENV NUMBA_CACHE_DIR=/tmp/
9
 
10
  COPY ./requirements.txt /code/requirements.txt
11