-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt DPsim to deploy it in Mybinder #323
base: master
Are you sure you want to change the base?
Conversation
Wow, there are a lot of conflicts :( Do you think we can resolve them @pipeacosta? Or would it be better to start from scratch? |
Hi @stv0g. Do you mean the fact that the commit history is a bit messed? |
Signed-off-by: Steffen Vogel <[email protected]>
Signed-off-by: Steffen Vogel <[email protected]>
Signed-off-by: Steffen Vogel <[email protected]>
Signed-off-by: Steffen Vogel <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: Andres Acosta <[email protected]>
Signed-off-by: Andres Acosta <[email protected]>
Hi @stv0g. Does it look better now? |
Signed-off-by: pipeacosta <[email protected]>
Quality Gate failedFailed conditions |
libnl3-devel | ||
|
||
# Python dependencies | ||
ADD requirements.txt . |
Check notice
Code scanning / SonarCloud
Prefer COPY over ADD for copying local resources Low
Based on a past PR from @stv0g . I made some changes recently and was able to deploy DPsim successfully in Mybinder. This requires to place a new Dockerfile (adapted from the Fedora-based Dockerfile) in the dpsim's root folder. Because this is intended to offer another way of end users to interact with DPsim, I think one important question here is: Should we keep this functionality as part of DPsim's main repo, or should we implement it in a separate repo?