tinaok commited on
Commit
6563efc
·
verified ·
1 Parent(s): bec6fc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -16,9 +16,10 @@ RUN apt-get update \
16
  && mv xsadcp-0.1 xsadcp \
17
  && rm 0.1.tar.gz
18
 
19
- COPY ./xsadcp/requirements.txt /code/requirements.txt
 
20
  RUN python3 -m pip install --no-cache-dir --upgrade pip
21
- RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
22
 
23
  COPY . .
24
  # Add step to download data.tar from URL and extract its contents to /data/
 
16
  && mv xsadcp-0.1 xsadcp \
17
  && rm 0.1.tar.gz
18
 
19
+ COPY . .
20
+
21
  RUN python3 -m pip install --no-cache-dir --upgrade pip
22
+ RUN python3 -m pip install --no-cache-dir --upgrade -r /code/xsadcp/requirements.txt
23
 
24
  COPY . .
25
  # Add step to download data.tar from URL and extract its contents to /data/