問題タブ [nvidia-docker]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ubuntu - vim 構成を nvidia-docker コンテナーに適合させる
nvidia-docker を使用して、いくつかの深層学習モデルをトレーニングしています。実行中のコンテナーにアタッチするたびに、vim 設定がコンテナーの vim に適応していないことに気付きました。そこで、vundle をインストールし、ホストの.vimrc
オプションを container にコピーしましroot/.vimrc
た。
特定のエラーはありません。しかし、:NERDTree または他のコマンドが実行されていません。助けてください。
これが私の.vimrc
設定です
:PluginInstall の結果「完了!」コンテナ内のスクリーンショット
追加の詳細: git clone を使用して docker 内に NERDTree をインストールしました
cd .vim/bundle/
git clone https://github.com/scrooloose/nerdtree.git