Eugene Mirkin

Results 4 issues of Eugene Mirkin

I have a few tasks wrapped under `setup:deploy` to prepare a new instance. As I deploy for the first time, `rvm:hook` gets executed very early on and prevents me from...

I get this error when my capistrano (`capistrano-rvm (0.1.1)`) script runs rvm commands: ``` Warning! PATH is not properly set up, '/usr/local/rvm/gems/ruby-2.1.0/bin' is not at first place, usually this is...

Running ``` python3 build_openwebtext_pretraining_dataset.py --data-dir data --num-processes 8 ``` gives the error: ``` Traceback (most recent call last): File "build_openwebtext_pretraining_dataset.py", line 103, in main() File "build_openwebtext_pretraining_dataset.py", line 89, in main...

I get AssetNotPrecompiled from the following code: `= stylesheet_link_tag 'common/login'` (in a file called `index.haml`). Here's how my assets are configured: ``` precompile_files = Dir.glob('app/assets/**/*.*') Rails.application.config.assets.precompile = ['manifest.js'] + precompile_files...