We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ns3-gymのDocker Image を縮小する.
ns3-gymのDocker Imageのサイズは大きい.これだけ大きいと気軽にビルドできないし,docker-hub のようなコンテナリポジトリに気軽にpushできない.
$ docker image ls -a | grep ns ns3-gym latest c3f5d063a287 3 hours ago 2.39GB
しかし,Dockerfileの中で COPY . /ns3-gym を実行しており,かつ .dockerignore が用意されていないので,ファイルをちょっと変更しただけでビルドの必要に駆られる.
COPY . /ns3-gym
色々カス運用になってしまっているので何とかする.
No response
The text was updated successfully, but these errors were encountered:
ファイルをちょっと変更しただけでビルドの必要に駆られる.
普通にrunするときにディレクトリをマウントすれば良さそう...??(./waf で依存されていなければ)
./waf
Sorry, something went wrong.
No branches or pull requests
Feature description
ns3-gymのDocker Image を縮小する.
Motivation
ns3-gymのDocker Imageのサイズは大きい.これだけ大きいと気軽にビルドできないし,docker-hub のようなコンテナリポジトリに気軽にpushできない.
$ docker image ls -a | grep ns ns3-gym latest c3f5d063a287 3 hours ago 2.39GB
しかし,Dockerfileの中で
COPY . /ns3-gym
を実行しており,かつ .dockerignore が用意されていないので,ファイルをちょっと変更しただけでビルドの必要に駆られる.色々カス運用になってしまっているので何とかする.
Additional context
No response
The text was updated successfully, but these errors were encountered: