Yash Sachdeva commited on
Commit
3e0e8cb
1 Parent(s): 6a50606

quuestion_paper

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  FROM python:3.10.9
2
 
3
- # Copy the current directory contents into the container at .
4
- COPY . .
5
-
6
  # Set the working directory to /
7
  WORKDIR /
8
 
 
 
 
9
  RUN pip install transformers
10
 
11
  # Install pytorch starts
 
1
  FROM python:3.10.9
2
 
 
 
 
3
  # Set the working directory to /
4
  WORKDIR /
5
 
6
+ # Copy the current directory contents into the container at .
7
+ COPY . .
8
+
9
  RUN pip install transformers
10
 
11
  # Install pytorch starts