RamV commited on
Commit
90aaf73
·
1 Parent(s): 569a2a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/so
7
  rm -rf /var/lib/apt/lists/*
8
 
9
  # Copy the package list and requirements file to the container
10
- COPY packages.txt requirements.txt /root/
11
 
12
  # Install Python and the packages listed in requirements.txt
13
  RUN apt-get update && \
@@ -22,3 +22,4 @@ RUN xargs -r -a /root/packages.txt apt-get install -y && \
22
 
23
 
24
 
 
 
7
  rm -rf /var/lib/apt/lists/*
8
 
9
  # Copy the package list and requirements file to the container
10
+ COPY packages.txt /root/
11
 
12
  # Install Python and the packages listed in requirements.txt
13
  RUN apt-get update && \
 
22
 
23
 
24
 
25
+