ejschwartz commited on
Commit
4c2ae05
·
1 Parent(s): 6de58c1

whitespace

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,7 +1,5 @@
1
  # From https://huggingface.co/spaces/sayakpaul/demo-docker-gradio/blob/main/Dockerfile
2
 
3
- #FROM python:3.9
4
-
5
  FROM blacktop/ghidra:latest
6
 
7
  WORKDIR /code
@@ -19,7 +17,6 @@ WORKDIR /
19
  RUN git clone https://github.com/edmcman/DIRTY
20
  RUN pip install --no-cache-dir --upgrade -r /DIRTY/requirements.txt
21
 
22
-
23
  # Set up a new user named "user" with user ID 1000
24
  RUN useradd -m -u 1000 user
25
 
 
1
  # From https://huggingface.co/spaces/sayakpaul/demo-docker-gradio/blob/main/Dockerfile
2
 
 
 
3
  FROM blacktop/ghidra:latest
4
 
5
  WORKDIR /code
 
17
  RUN git clone https://github.com/edmcman/DIRTY
18
  RUN pip install --no-cache-dir --upgrade -r /DIRTY/requirements.txt
19
 
 
20
  # Set up a new user named "user" with user ID 1000
21
  RUN useradd -m -u 1000 user
22