LTEnjoy commited on
Commit
48b8284
·
verified ·
1 Parent(s): 878a79c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -15,8 +15,6 @@ RUN pip install -r /code/requirements.txt
15
 
16
  RUN conda install pytorch::faiss-gpu --yes
17
 
18
- RUN ls /data
19
-
20
  # Set up a new user named "user" with user ID 1000
21
  RUN useradd -m -u 1000 user
22
 
 
15
 
16
  RUN conda install pytorch::faiss-gpu --yes
17
 
 
 
18
  # Set up a new user named "user" with user ID 1000
19
  RUN useradd -m -u 1000 user
20