Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.9
WORKDIR /ramen
RUN git clone https://github.com/zangobot/secml_malware
RUN pip git+https://github.com/zangobot/ember.git
RUN pip install -r /ramen/secml_malware/requirements.txt
RUN pip install torch torchvision
RUN pip install -e /ramen/secml_malware
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ deap
git+https://github.com/zangobot/ember.git
requests
torch
torchvision
torchvision
tqdm