Skip to content

Commit

Permalink
#1214 fix dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Aug 16, 2023
1 parent 6acfd79 commit ed6822c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
17 changes: 1 addition & 16 deletions analyzers/Jupyter_Analyzer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
## To test an Analyzer of Responder with docker:
#
# Copy this file in the folder of an analyzer or a responder and name it Dockerfile
## edit it and Change variables
#
# - {workername} by the folder name of the analyzer or responder
# - {command} by the value of the `command` in a JSON file
#
# Save and run:
#
# docker build -t cortexneurons/{flavor_name}:devel with {flavor_name} the name of the analyzer of responder in the JSON file
#
#



# syntax=docker/dockerfile:1.3-labs
FROM python:3.9
WORKDIR /worker
COPY . Jupyter_Analyzer
Expand Down
17 changes: 1 addition & 16 deletions responders/Jupyter_Responder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
## To test an Analyzer of Responder with docker:
#
# Copy this file in the folder of an analyzer or a responder and name it Dockerfile
## edit it and Change variables
#
# - {workername} by the folder name of the analyzer or responder
# - {command} by the value of the `command` in a JSON file
#
# Save and run:
#
# docker build -t cortexneurons/{flavor_name}:devel with {flavor_name} the name of the analyzer of responder in the JSON file
#
#



# syntax=docker/dockerfile:1.3-labs
FROM python:3.9
WORKDIR /worker
COPY . Jupyter_Responder
Expand Down

0 comments on commit ed6822c

Please sign in to comment.